Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Log Class / Write Method / Write(List<MetricSample>) Method
A list of metric samples to record.

Write(List<MetricSample>) Method
Record the provided set of metric samples to the log.
Syntax
'Declaration
 
Public Overloads Shared Sub Write( _
   ByVal samples As List(Of MetricSample) _
) 
 

Parameters

samples
A list of metric samples to record.
Remarks
When sampling multiple metrics at the same time, it is faster to make a single write call than multiple calls.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also